home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_22728.txt < prev    next >
Text File  |  1987-11-25  |  4KB  |  158 lines

  1. -- card: 22728 from stack: in
  2. -- bmap block id: 95677
  3. -- flags: 0000
  4. -- background id: 31363
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0001
  11. -- rect: left=218 top=291 right=314 bottom=247
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 3 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=67 top=175 right=210 bottom=106
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 1011 / 1011
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect iris close
  37.   go home
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 5 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=266 top=131 right=148 bottom=289
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: 
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   show card field "button tool"
  57.   show button OK
  58.   show button cancel
  59. end mouseUp
  60.  
  61.  
  62.  
  63. -- part 6 (field)
  64. -- low flags: 81
  65. -- high flags: 2004
  66. -- rect: left=237 top=79 right=210 bottom=442
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 0 / 0
  69. -- text alignment: 0
  70. -- font id: 2
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name: button tool
  75.  
  76.  
  77. -- part 7 (button)
  78. -- low flags: 80
  79. -- high flags: 8003
  80. -- rect: left=348 top=181 right=203 bottom=419
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 0 / 0
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: Cancel
  89. ----- HyperTalk script -----
  90. on mouseUp
  91.   Hide button OK
  92.   hide button cancel
  93.   Hide card field "button tool"
  94. end mouseUp
  95.  
  96.  
  97.  
  98. -- part 8 (button)
  99. -- low flags: 00
  100. -- high flags: 0001
  101. -- rect: left=461 top=291 right=315 bottom=491
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 0 / 0
  104. -- text alignment: 1
  105. -- font id: 0
  106. -- text size: 12
  107. -- style flags: 0
  108. -- line height: 16
  109. -- part name: 
  110.  
  111.  
  112. -- part 9 (button)
  113. -- low flags: 80
  114. -- high flags: 8003
  115. -- rect: left=260 top=181 right=203 bottom=329
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 1
  119. -- font id: 0
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: OK
  124. ----- HyperTalk script -----
  125. on mouseUp
  126.   if the userLevel < 4 then set userLevel to 4
  127.   hide button OK
  128.   hide button cancel
  129.   Hide card field "button tool"
  130. end mouseUp
  131.  
  132.  
  133.  
  134. -- part contents for background part 14
  135. ----- text -----
  136. The easiest  way to add buttons to your own stacks is to find an existing button you like and copy it:
  137.  
  138. ‚Ä¢ Use the Button tool* to click either a card or background button to select it.  (You don't have to be in the background to copy a background button.)
  139.  
  140. ‚Ä¢ Choose Copy Button from the Edit menu.
  141.  
  142. ‚Ä¢ Use the Browse tool to move to the card you want to paste the button onto.  Choose Background from the Edit menu if you want the button to appear on every card that shares the background.
  143.  
  144. ‚Ä¢ Choose Paste from the Edit menu.  
  145.  
  146.  
  147.  
  148. -- part contents for background part 15
  149. ----- text -----
  150. Copying a button
  151.  
  152. -- part contents for background part 13
  153. ----- text -----
  154. 191,168
  155.  
  156. -- part contents for card part 6
  157. ----- text -----
  158. The User Level on the Preferences card in the Home stack must be Authoring or higher to be able to use the Button and Field tools.  Set it now?